Aurélien COUDERC [Sat, 21 Feb 2026 15:46:10 +0000 (16:46 +0100)]
kf6-kcmutils (6.23.0-1) unstable; urgency=medium
[ Aurélien COUDERC ]
* New upstream release (6.23.0).
* Update build-deps and deps with the info from cmake.
* Bump Standards-Version to 4.7.3, no change required.
* Drop Rules-Requires-Root: no, not needed anymore since trixie.
* Drop Priority: optional, not needed anymore since dpkg 1.22.13.
* Drop armel bits, as that architecture was discontinued.
* Add/update Nicolas Fella’s key in upstream keyring.
* Use DEB_HOST_MULTIARCH in libraries install path.
Christoph Wolk [Sat, 8 Feb 2025 17:21:50 +0000 (18:21 +0100)]
[PATCH] kcmoduleqml: simplify and improve focus handling
kcmoduleqml contains some old tricks to make passing focus between the
qml and qtwidgets bits, but they are fragile, and break in many cases -
especially with systemsettings adding another layer of qml. The hacks
may have been necessary in the past, but things actually work well now,
so we can essentially just set a focusProxy and be done ... as long as
we don't care about accessibility. The qml bits receive focus before the
widgets parts fully hand it over, so the first qml item receiving focus
will not be announced over screen readers. We do care though, and thus
some special handling is still needed.
We switch to using focusProxy, and add a bit of surgery to the focus
transition so that screen readers always stay in the loop about what
things are focused. We also need a bit of special handling for the
backtab case, which doesn't quite work automatically with
activeFocusOnTab set on the qml root.
Gbp-Pq: Name upstream_6dc76c3d_kcmoduleqml-simplify-and-improve-focus-handling.patch
[ Aurélien COUDERC ]
* Backport upstream commit:
- Improved accessibility by screen readers and keyboard navigation
throughout System Settings, particularly around the topics of passing
focus between page content and the window’s sidebars and footers.
Patrick Franz [Sat, 12 Apr 2025 17:37:44 +0000 (19:37 +0200)]
kf6-kcmutils (6.13.0-1) unstable; urgency=medium
[ Patrick Franz ]
* New upstream release (6.13.0).
* Bump Standards-Version to 4.7.2 (No changes needed).
* Update build-deps and deps with the info from cmake.
* Update symbols from buildlogs.
* Update d/copyright.
Aurélien COUDERC [Fri, 10 Jan 2025 22:26:58 +0000 (23:26 +0100)]
kf6-kcmutils (6.10.0-1) unstable; urgency=medium
[ Aurélien COUDERC ]
* New upstream release (6.9.0).
* Update build-deps and deps with the info from cmake.
* New upstream release (6.10.0).
* Update build-deps and deps with the info from cmake.